home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 019a / wiz27.zip / WIZ.DOC < prev    next >
Text File  |  1993-04-22  |  32KB  |  869 lines

  1.  
  2.                 WIZ version 2.7
  3.                by Ray Van Tassle
  4.                1020 Fox Run Lane
  5.              Algonquin, Ill, 60102
  6.                 (708)-658-4941
  7.                April 20, 1993
  8.  
  9.     WIZ program and manual copyright(c) 1990-1993 by Ray Van Tassle.
  10.  
  11.     Abstract:
  12.     WIZ is a lightning-fast file finder. It will find file(s)
  13.     based on full wildcard specifications (more powerful than
  14.     standard DOS wildcard), and can also filter by file size
  15.     and date.  It can:
  16.        * select only executable files (EXE, COM, BAT).
  17.        * select only archive files (ZIP, ARC, etc.)
  18.        * switch you to the disk\directory of a file that it found.
  19.        * execute a DOS command for each file it finds.
  20.        * look inside archives (ZIP, LZH, & ARJ)
  21.        * recursively look inside archives!
  22.        * Correct handling of the special files/directories created and
  23.          maintained by STACKER, Norton FILESAVE, and PCTOOLS DATA Sentry.
  24.  
  25.     It will look on multiple disk drives for all matching
  26.     filenames.  You can pre-specify several default lists of
  27.     disk drives for it to search.
  28.  
  29.  
  30.     WIZ program and manual copyright(c) 1990-1993 by Ray Van Tassle.
  31.  
  32.     WIZ is shareware, NOT freeware!!!
  33.  
  34.     You are granted a limited 21 day evaluation license. At the end
  35.     of that period, you should either delete it and stop using it,
  36.     or send in the registration fee of $20 ($15 if you don't want me to
  37.     send you a disk).
  38.  
  39.  
  40.  
  41.     MANUAL
  42.     ------
  43.     I was tempted to call this program YAFF (yet another file
  44.     finder), but I settled on WIZ.  This is a funny acronym for
  45.     "where is". But it's also short for WIZARD, because it's so
  46.     fast it seems like magic, and it's filename matching is so
  47.     powerful.
  48.  
  49.     It looks on one or more disks for all filenames (including
  50.     directories) that match the specified filename. By default, it
  51.     starts on drive C, and goes up until it runs out of disks.
  52.  
  53.     It has been tested, and works, with DOS 3.x, including Zenith
  54.     DOS 3.30, DOS 3.31, DOS 4.01, DOS 5.0, and On-Track
  55.     partitioning software.  DOS 3.31, 4.01, and 5.0 have large
  56.     (greater than 32MB) partitions with more than 65,536 sectors.
  57.     Zenith DOS 3.30 and On-Track have large partitions by virtue of
  58.     using large sectors (1024, 2048, or 4096 bytes, rather than
  59.     512 bytes).
  60.  
  61.     WIZ normally prints out, for each matching file, the filename,
  62.     date, time, size, and path.  The files are NOT ordered or
  63.     sorted.  All "special" files (hidden, system) are
  64.     flagged with a left-pointing triangle after the filename.
  65.     Optionally, it will list the files in normal fully-pathed form
  66.     (e.g., C:\UTIL\PGMS\ABC.BAT), suitable for processing by a
  67.     program which expects normal filenames.  When the found file
  68.     is inside an archive (-l flag), it will be listed in a form
  69.     suitable for the archiver (e.g.,
  70.     "C:\UTIL\PGMS\FOO.ZIP FILE.EXE")
  71.  
  72.     I deemed that most of the time, people (including me) want it
  73.     to be FAST, rather than in some particular order.
  74.     As WIZ reads the disk, it tries to optimize the head
  75.     motion, so directories are not processed in order of path, but
  76.     in the order that WIZ thinks will be quickest.  However, it will
  77.     generally look at the files in a directory before it looks at
  78.     the sub-directories.  However (especially if you have
  79.     directories with lots of files and sub-directories), it may
  80.     show some files in a directory, then show sub-directories, then
  81.     show more files in the directory.
  82.  
  83.     WIZ will ignore STACKER (tm) container files in the count of
  84.     files & MB's scanned.  STACKER is a disk expander utility
  85.     that keeps a compressed pseudo-disk in a container file.
  86.     This file has attributes of RHS, and is named "STACVOL.???".
  87.     
  88.     Likewise, WIZ will ignore the special hidden directories where
  89.     Norton's "FILESAVE" and PCTOOLS "DATAMON/SENTRY" move files that
  90.     have been deleted.  These tools & their directories are a super
  91.     undelete, and they are reported by DOS to have been deleted, but
  92.     the respective utilities really just have them tucked away in a
  93.     hidden place.  So WIZ treats these files as not being there, too.
  94.     
  95.  
  96.  
  97.     PERFORMANCE & Comparison with other file-find programs
  98.     ------------------------------------------------------
  99.     Some tests, run on a 10MHZ AT, searching for a non-existent
  100.     file on a large disk partitioned into drives C thru K,
  101.     8002 total files, 184MB in files, in 436 directories.
  102.  
  103.     Search        WIZ         WHEREIS        Norton FF
  104.     string        V2.3        V4.0        V4.5
  105.     --------       ----------      -----------     ------------
  106.     zzz.zzz        0:13        1:32        1:42
  107.     *.zzz        0:15        2:00 (*)        1:51
  108.     *.*zz        0:17        2:00        can't
  109.     *.zz*        0:15        2:01        1:51
  110.  
  111.                 (*) file_specifier was `*.* "?.zzz" '
  112.  
  113.     Looking inside archives (ZIP & LZH):
  114.                      WIZ        SST 5.2a
  115.                     -------            --------
  116.     24 archives, ?? files         0:13         0:18
  117.     418 archives. 4700 files     3:02         4:02
  118.  
  119.  
  120.     (Note: SST v5.2 is the new name for WHEREIS v5.2)
  121.  
  122.     WHEREIS V4.0 (and some others) can look within more types
  123.     of ARC, ZIP, etc. files than WIZ handles.  But WIZ is
  124.     much faster than any other file-finder (including Norton's),
  125.     and it's wildcard ability is much more powerful than most,
  126.     and easier to use than most others that are equally powerful.
  127.     And anyway, ZIP and ARJ have pretty much taken over the
  128.     archiver market--you only see the others on really old files.
  129.  
  130.     WIZ is also much smaller than these other programs.
  131.     Norton FF v4.5 is 9K,  WHEREIS v4.0 is 22K,  WIZv2.0 is 10K
  132.     SSTv5.2a is 44K.
  133.  
  134.  
  135.     ERRORLEVEL exit codes
  136.     ---------------------
  137.     0 = Normal exit.
  138.     1 = Normal exit. -g changes disk/path
  139.     2 = Bad command line.
  140.     255 = Internal error.
  141.  
  142.  
  143.     Error Messages
  144.     --------------
  145.         "Can't tell if FAT-12 or FAT-16. Assuming FAT-16!"
  146.         Just what it says.  I've only seen this on networked
  147.         disk drives.  If you know how to RELIABLY tell what
  148.         type of FAT a disk has (other than going thru DOS),
  149.         please let me know.
  150.  
  151.     "malloc failed for FAT_buf!"
  152.         Can't allocate memory to read a FAT block.  Most
  153.         likely an internal error.
  154.  
  155.      "malloc failed for dir_sec_buf!"
  156.         Can't allocate memory to read in a directory sector.
  157.         Most likely an internal error.
  158.  
  159.     "Sorry, out of memory!!!"
  160.         You lose.
  161.  
  162.     "Can't open file:"
  163.         Failure to open an archive file.  Most likely a disk
  164.         error. Run CHKDSK.
  165.  
  166.     "Internal error in ZIP/LZH/ARJ file"
  167.         The data read from in archive file isn't as expected.
  168.         Most likely the archive has a new format, and WIZ
  169.         hasn't yet been updated.  'Course, the archive file
  170.         may be corrupted.
  171.  
  172.     NETWORK DRIVES
  173.     --------------
  174.     WIZ has been tested, and runs ok under several networks: 
  175.     Pathworks (Digital Equipment Corp), $25Network (Information Modes),
  176.     EBOX (Rupp).
  177.     Version 2.7 works on Novell, Lantastic, and other networks.
  178.  
  179.     CD-ROMS
  180.     -------
  181.     The is still no standard for CD-ROM drives.  However, WIZ might
  182.     work on them, if they look enough like a networked drive.  I don't
  183.     have access to a CD-ROM, so I don't know for sure.
  184.  
  185.     BUGS
  186.     ----
  187.     No known bugs.  However, WIZ mostly does not use DOS to
  188.     process a disk, so errors on my part, or a change in the disk
  189.     structure might break it.  The most major bug reported was on
  190.     huge disk partitions under MS-DOS 4.01.  This bug caused WIZ
  191.     to read a random block from the disk, and treat it as a
  192.     directory.  It made a valiant attempt to march down all the
  193.     phony sub-directories, and would actually run for quite a
  194.     while before printing one of the "malloc failure" messages.
  195.  
  196.     If you are having problems, try 1) use the "-v" switch, to
  197.     isolate the error to a specific disk,  2) use "-vv", to see
  198.     as it hits each sub-directory,  3) use "*.*" to see all the
  199.     files, and watch until it walks off the edge of the world.
  200.     Then call or write me.
  201.  
  202.  
  203.     Command Line format and Switches
  204.     --------------------------------
  205.  
  206.     WIZ [disks:]file_pattern [-sN] [-dN] [-p] [-gN] [-x] [-mN] 
  207.         [-e] [-qS] [-n]
  208.         [-a] [-v] [-l[b][l]]  [-cS] [-zN] [-?] [>output-file-name]
  209.  
  210.     As usual, the stuff inside the square brackets "[]" are
  211.     optional and may be present or omitted. You do NOT include
  212.     the brackets in your command line.
  213.     The various fields and options may appear in any order, in
  214.     either upper or lower case.
  215.     The switch character can be either "-" or "/".
  216.  
  217.     You can have more than one set of "[disk:]pattern", and it
  218.     does the correct thing. That is, it scans each set in turn.
  219.     So you can say: "WIZ c:pyro* cd:*.cfg *.ovr".
  220.  
  221.     Except for size (-s) and date (-d), the options may be run
  222.     together.
  223.     For example: "WIZ -g20xp"   is the same as  "WIZ -g20 -x -p".
  224.  
  225.  
  226.  
  227.     If you just invoke WIZ without any parameters, it gives you a
  228.     brief help line.  For more info, include '-?'.  For even more,
  229.     include '-??'.
  230.  
  231.     If you leave out a pattern, but do have switche(s), WIZ assumes
  232.     that you want a pattern of "*".
  233.  
  234.     Disk(s): & filename_pattern
  235.     ---------------------------
  236.     1) [disks:]pattern
  237.     2) pattern
  238.     3) :pattern
  239.  
  240.     With format 1, you specify the disk(s) you want it to look at,
  241.     followed by ":".  It will look at those drives, in the order
  242.     you listed them.  If you list the same one twice, it will look
  243.     at it twice.  You can specify a range of disks by using a
  244.     dash--"C-F" is the same as "CDEF".
  245.  
  246.     With format 2, it will look at all drives beginning with C. It
  247.     will stop when it hits a drive that it cannot read.
  248.  
  249.     With format 3, it will look at all drives beginning with A. It
  250.     will stop when it hits a drive that it cannot read, except A &
  251.     B.  If the floppy drive has a disk in, it will look at it,
  252.     otherwise it will ignore the floppy drive.
  253.  
  254.     If you have only one floppy drive, WIZ will check to see if DOS
  255.     last used it as A or B, and will skip the other drive letter
  256.     (B or A).
  257.  
  258.     You do not (and cannot) specify path or directory names,
  259.     because WIZ searches an entire disk.
  260.  
  261.  
  262.     Processing Disk(s) and Environment Variable
  263.     -------------------------------------------
  264.     You can over-ride the disks that WIZ looks at, and their
  265.     order, by making an environment variable "WIZ".  Do:
  266.     "SET WIZ=floppy-disk-list:hard-disk-list". Example:
  267.     "SET WIZ=AB:C-M".  What actually happens is that WIZ will
  268.     try to read all the disks to the left of the colon, then all
  269.     those to the right of the colon.  Those on the left are
  270.     deemed to be floppies, and it will keep going if it can't
  271.     read one.  Those on the right are deemed to be hard drives,
  272.     and it will quit on the first one that it can't read.
  273.     
  274.     You may omit the "default" disk set by leaving a space after
  275.     the "=".  This is most useful when you need only to put the
  276.     "/M" switch, as: "SET WIZ= /M".
  277.     
  278.     
  279.     If you specify disks on the command line, it will try to read
  280.     them all, even if it can't read one.
  281.  
  282.     The list may be discontiguous, (e.g., "C-FL-M").  This is
  283.     mostly useful if you are on a network, which tends to make
  284.     the networked disks at the higher letters, and leaves a hole
  285.     before them.
  286.  
  287.  
  288.     Pre-defined Drive Sets
  289.     ----------------------
  290.     You can actually have several pre-defined sets of disks to
  291.     search. If the disk-specifier on the command line is a single
  292.     digit (0-9), it will look for that specifier in the WIZ
  293.     variable.  For example, you might say:
  294.         "SET WIZ=AB:C-F  1=CDEF 2=AB:  3=C-Z 4=C-Z:"
  295.  
  296.     As above, those to the left of the colon are deemed floppies,
  297.     and WIZ will keep going if it can't read one; those to the
  298.     right are hard drives, and WIZ will quit if it can't read one.
  299.     However, if there isn't a colon, then they are ALL deemed to
  300.     be hard drives.
  301.  
  302.     The command "WIZ z.z", will look on ABCDEF.
  303.     The command "WIZ 1:z.z", will look on CDEF.
  304.     The command "WIZ 2:z.z", will look on AB.
  305.     The command "WIZ 3:z.z", will look on all drives C-Z (and
  306.         will quit at the first on that it can't read).
  307.     The command "WIZ 4:z.z", will look on all drives C-Z (and it
  308.         will attempt to read each and every one of them).
  309.     The command "WIZ 9:z.z", will give an error message.
  310.  
  311.  
  312.  
  313.  
  314.  
  315.     PATTERN:
  316.     --------
  317.     I call it "pattern" rather than "filename", because WIZ
  318.     does a full pattern-match against the actual filenames it
  319.     reads from the disk.  The pattern has three special characters
  320.     (called meta-characters), plus all the other characters
  321.     possible in a filename.
  322.  
  323.     1)  "*" (star)
  324.     2)  "?" (question mark)
  325.     3)  "." (dot),
  326.  
  327.     1) "*"    This is the "rubber" wildcard meta-character.  The
  328.         star will match as many characters as possible, from
  329.         none to the entire filename.  It is "rubber", because
  330.         it will shrink & stretch to match as many characters
  331.         as required.
  332.  
  333.     2) "?"    This is the "single" wildcard meta-character.  It will
  334.         match exactly ONE character in the filename.
  335.  
  336.     3) "."  This is the "separator" meta-character (it is NOT a
  337.         wildcard character).
  338.         If you specify a dot in the pattern, the disk filename
  339.         (and the pattern) is treated as having two parts,
  340.         one before the dot, and one after the dot.
  341.         Each part undergoes it's own pattern matching.
  342.  
  343.     If you don't have any meta-characters in the filename pattern,
  344.     WIZ appends a "*" on the end of what you specified.
  345.  
  346.     Proper pattern matching (like WIZ does) is almost a D.W.I.M.
  347.     (do what I mean) operation.  DOS's wildcards are so primitive
  348.     that it is professionally embarrassing.  Not only that, but the
  349.     pattern-matching subroutine in WIZ is only a couple of dozen
  350.     lines of code.  And it's surprisingly fast.
  351.  
  352.     To give some examples:
  353.     *A*     means:
  354.         any file which has an A anywhere in it, on either side
  355.         of the dot.
  356.  
  357.     Z*    Any file that starts with a Z
  358.         (ZZBC.BAT    Z.Z)
  359.  
  360.     ?.    Any filename that has exactly one character in it, and
  361.         has no extent.  (A.   B.   but not    AB.   or A.BAT)
  362.  
  363.     ?*      Any filename that isn't totally blank.
  364.  
  365.     A*T    any file that starts with A and ends with T in the
  366.         extent. (ABCDE.BAT     A.T    AB.ERT but not ABCERT.)
  367.  
  368.     A*T.    any file that starts with A and ends with T, and
  369.         has no extent. (ABCERT.      but not ABCERT.RST)
  370.  
  371.     A*T.*    any file that starts with A and ends with T, whether or
  372.         not it has an extent.
  373.         (ABCERT.    ABCERT.RST    ABCDET.COM)
  374.  
  375.     A*B*Z.* any file that starts with A then somewhere to the right
  376.         has a B, then ends with Z, and has any extent.
  377.         (ABZ.BAT    AMNOBPQRZ.   ABYXZ.COM)
  378.  
  379.     *.C    any file with an extent of C
  380.  
  381.     W*.C    any file that starts with W and has a C extent. (W.C
  382.         WIZ.C  WIZ14.C)
  383.  
  384.     W*4.C    any file that starts with W, ends with 4, and has an
  385.         extent of C.
  386.  
  387.     ???.C    any file that has exactly 3 characters in the name, and
  388.         an extent of C.
  389.  
  390.     Directories also participate in the filename matching.  A lot
  391.     of other whereis programs don't tell you about directory names
  392.     that match.  I find this annoying, because many times I can
  393.     remember the directory name (or at least part of it), but not
  394.     the file names.  This is especially true for things that I
  395.     have downloaded.  Since directories normally don't have an
  396.     extent (although they can), for matching purposes a directory
  397.     that does not have an extent is treated as if it has a blank
  398.     extent, so it has a dot.  But when it is printed out, this
  399.     implied dot isn't printed.
  400.  
  401.     POPDROP.  will match the directory name "POPDROP"
  402.           and the filename "POPDROP.", but not "POPDROP.COM"
  403.  
  404.     POPDROP.* will match all of the above
  405.  
  406.     POPDROP   will match all of the above, but also POPDROP2.COM
  407.           etc.
  408.  
  409.  
  410.  
  411.  
  412.     -s Size qualifier
  413.     -----------------
  414.     Files may be further filtered by their size. Either or both
  415.     minimum and maximum size may be specified. A file will match
  416.     only if it's size falls between the two limits, inclusive.
  417.     Note that a directory, while it is really a file, is not
  418.     considered to have a size, so directories will NEVER show up
  419.     if you give a size qualifier. This gives a way to never show
  420.     directories: just add "-s0".  All other files have a size
  421.     that is greater than or equal to zero.
  422.  
  423.     -s[low_limit][:hi_limit]
  424.  
  425.     -s100        Files that are 100 or more bytes large.
  426.  
  427.     -s:10000    Files that are 10000 or less bytes large.
  428.  
  429.     -s500:600    Files whose size is greater than or equal to
  430.             500 bytes, and less than or equal to 600 bytes.
  431.  
  432.     -s1000:1000    Files that are exactly 1000 bytes large.
  433.  
  434.  
  435.  
  436.     -d Date qualifier
  437.     -----------------
  438.     Files may also be filtered by date.  Either or both
  439.     lowest & highest date may be specified. A file will match
  440.     only if it's date falls between the two limits, inclusive.
  441.  
  442.     -d[low_date][:high_date]
  443.  
  444.     The format for date is MM/DD/YY or MM-DD-YY or "*" or "*-N".
  445.     The year can be given as either "91" or "1991".  
  446.     "*" means the current date.
  447.     "*-N" means "N" days before the current date.
  448.     
  449.     -d1/1/90    Files dated on or after Jan 1, 1990.
  450.  
  451.     -d:12-31-87    Files dated on or before Dec 31, 1987.
  452.  
  453.     -d1-1-90:12-31-1990  Files dated anytime in 1990.
  454.  
  455.     -d12/12/90:11/11/90  No files---it's impossible for a file to
  456.             be dated after Dec 12, 1990 and before
  457.             Nov 11, 1990 (inclusive)
  458.     -d*        Files dated today or after today.
  459.     -d:*        Files dated before today.
  460.     -d*:*        Files dated today only.
  461.     -d*-10        Files dated within the last 10 days.
  462.     -d*-365        Files dated within the last year (365 days).
  463.     
  464.  
  465.     -e    Extended precision in time display
  466.     ----------------------------------------
  467.     Displays seconds also in the date/time information.
  468.  
  469.     -n    Skip over network drives
  470.     ------------------------------
  471.     Many network drives can only be accessed in the "proper" way.
  472.     This slows down WIZ quite a bit.  This option will force WIZ to
  473.     omit any drive that it figures requires this slow access method.
  474.     Novell and Lantastic are two networks that will be slow.  
  475.     Little-Big-Lan (by Information Modes) is a great little lan that
  476.     allows WIZ to use it's fast access method.
  477.  
  478.     -p    List in canonical pathname format
  479.     ---------------------------------------
  480.     The matching files are listed in normal DOS format:
  481.         disk:\path\name.ext
  482.     If the "-l" flag ("look inside archives") is given,
  483.     the format is:
  484.         disk\path\archive-name.zip filename.ext
  485.  
  486.     Date, time, size are not given.  This type of list
  487.     is presumably going to be fed into a program as a
  488.     list of files, so directories will not be listed.
  489.     
  490.     
  491.     -q     Limit scan to certain path(s)
  492.     ------------------------------------
  493.     This will allow you to limit the search to certain directory
  494.     name(s).  The format is:
  495.             -qDIRECTORY-NAME
  496.       
  497.     If it starts with "\", then this is the path from the root.
  498.     If it doesn't, then this is the trailing part of the path.
  499.     If it ends with "\", then this is for all the subdirectories, too.
  500.     If it doesn't, then this is for only this directory, 
  501.     not any sub-directories.
  502.        
  503.     -qdos         Will scan files in "\dos",  "\abc\dos", but not 
  504.              "\abc\dos\xyz".
  505.     -q\dos         Will scan files in "\dos", but not "\abc\dos".
  506.     -q\abc\dos   Will scan files in "\abc\dos", but not "\dos".
  507.     -qdos\         Will scan files in "\dos", "\dos\abc", and 
  508.              "\abc\dos\xyz".
  509.     -qray\van    Will scan files in "\dos\ray\van", but not
  510.              "\dos\ray\xyz" or "\dos\ray\van\tmp".
  511.  
  512.     
  513.     -g     Go to directory
  514.     ----------------------
  515.     This will change your path to the disk & directory of the
  516.     Nth file in the list of files that matched.  If you omit
  517.     N (or N is zero), it will ask you at each match if that is
  518.     where you want to go.
  519.  
  520.     If that file is a directory, WIZ will set the path to that
  521.     directory.  On the other hand, if it is a file, WIZ will set
  522.     the path to be the directory that the file is in.
  523.  
  524.     Obviously, if N is larger than the number of files that match,
  525.     nothing will happen.
  526.  
  527.     -g5    Will change to the path of the 5th listed file.
  528.     -g1    Will change to the path of the first listed file.
  529.     -g    Will ask you at each matched file if it should change
  530.         to the path of the listed file.
  531.  
  532.  
  533.     -x    Executable files
  534.     ----------------------
  535.     This switch will set a pre-filter, and select only executable
  536.     files (.BAT, .COM, .EXE) that pass the other filters (size,
  537.     date, pattern).  For this to work properly, the pattern should
  538.     either not have a dot, or terminate with ".*" (because this is
  539.     just an additional filter, albeit one with three holes).
  540.  
  541.     I added this because a lot of times I find myself looking for
  542.     a handy but seldom-used program, and I can never remember if
  543.     it's a COM or an EXE file.  And if I put "*FOO*.*", WIZ lists
  544.     everything, including the directory, DOC, README, etc.
  545.  
  546.  
  547.     -m    More (pause)
  548.     ------------------
  549.     Act like "MORE"--pause and wait for a key to be hit after each
  550.     screenful of lines have been displayed.  It checks how many
  551.     lines are actually displayed on the screen (25, 28, 43, 50, etc.)
  552.     You can give a number after the "m", and it will use that size
  553.     instead.
  554.  
  555.  
  556.     -a    Archive files
  557.     -------------------
  558.     This works just like "-x", except it's for archive files.
  559.     These are ZIP, ARC, LZH, ZOO, ARJ, PAK.
  560.  
  561.  
  562.     -v    Verbose
  563.     -------------
  564.     If you have this flag once, WIZ will print the disk name when
  565.     it starts as it starts on a disk.  If you have it twice
  566.     (-vv), it will also print the name of each directory as it
  567.     starts processing it.  This is mostly useful for trouble
  568.     shooting, or to see a progress indication.
  569.  
  570.  
  571.     -l    Look inside archives
  572.     --------------------------
  573.     This switch will make it look inside archives (ZIP, LZH, and
  574.     ARJ archives only), for a matching filespec.  Note that all
  575.     the filters apply to the file INSIDE the archive, and NOT to
  576.     the archive itself.  The disk list will, however, still
  577.     specify the disks to look at.
  578.  
  579.     Both PKZIP and ARJ come with information on the internal
  580.     format of their archive files, including the header.  Neither
  581.     LHARC nor LHA do, but it was pretty easy for me to figure
  582.     out.  I do ZIP's because that is currently the most common
  583.     type of archive.  LHA compresses smaller, but lacks a few
  584.     features, and is slower in compressing.  ARJ is the BEST.  It
  585.     packs 5% - 10% tighter than ZIP (but is slower in
  586.     compressing), and includes all the nice features of ZIP,
  587.     including encryption, comments, etc, and also can
  588.     automagically create a segmented archive, so you can put a
  589.     huge archive onto several floppy disks, without having to use
  590.     SLICE/SPLICE.  It also comes with a handy utility to convert
  591.     any other archive type to ARJ's.  I didn't do any other
  592.     archivers, because 1) I don't have information on the
  593.     internal format, 2) these three are the most common, and
  594.     best, and 3) I don't want WIZ to get any larger than
  595.     necessary.
  596.  
  597.     -ll    Look inside archives recursively
  598.     ---------------------------------------
  599.     This switch will tell WIZ that you want it to also look
  600.     inside archives that are themselves in an archive.  Naturally,
  601.     WIZ can only do this if the inside archive is "stored" (no
  602.     compression).  With ZIP (and LHA) this is no problem, as PKZIP
  603.     normally cannot and will not compress a ZIP file when you
  604.     include it in another ZIP file.  (Ditto for LHA).  However, ARJ
  605.     can (and WILL) compress a ZIP file as it adds it to an ARJ file!!
  606.     'Course, it's pretty kinky to recursively store ZIPs in an
  607.     ARJ.  You normally would not mix them this way.  To see how
  608.     this works, do "WIZ -ll call_wiz*.*".  This will show you the
  609.     various CALL_WIZ files that are in the WIZnn.ZIP, in
  610.     CALL_WIZ.ZIP.
  611.  
  612.     In the output, these show up with a "@" where you would
  613.     normally see "\", which indicates that it's "kind of like" a
  614.     path.  If this pseudo-pathname gets too long, a "+" is tacked
  615.     on at the end, instead of the actual filename; one for each
  616.     level that is being omitted.
  617.  
  618.     You can also use the "-c" switch, but the filename that
  619.     replaces the "*" in the command won't make any kind of sense
  620.     to DOS, ARJ, LHA ZIP, etc., because of the "@" characters.
  621.  
  622.     -b    Both
  623.     ------------
  624.     This switch is used with "-l" to look both at normal files,
  625.     and inside archives.
  626.  
  627.  
  628.     -zN    Pass back information to calling program
  629.     ------------------------------------------------
  630.     See "CALL_WIZ.DOC".
  631.  
  632.  
  633.     -c    Execute a command
  634.     -------------------------
  635.     This lets you execute a DOS command for each matching file.
  636.     The format is '-cCOMMAND' or '-c COMMAND'. However, if the
  637.     COMMAND has any special characters (space, |, <, >, etc.) you
  638.     must enclose it in quotes: '-c"COMMAND"'.
  639.  
  640.     Each occurance (if any) of the character "*" in the command is
  641.     replaced by the complete file-name (including disk and path).
  642.  
  643.     WIZ will spawn a new copy of the command-line shell
  644.     (COMMAND.COM, 4DOS, etc.), and pass it the built command. The
  645.     one exception is that the command "del*" or "del *" (to
  646.     delete the file) is handled internally by WIZ itself.  (Note
  647.     that you can use the form: '-cdel*', and you do not need a
  648.     space before the '*', nor do you need to enclose the command
  649.     in quotes.)  For this command, WIZ will prompt you to confirm
  650.     each file to be deleted.  (I did this because deleting files
  651.     is a handy thing to do, and it's quicker to do it inside of
  652.     WIZ than to spawn a shell to do it.  But I'm no fool!! You
  653.     have to confirm that you want delete, for each file.  No
  654.     way am I going to let it merrily delete every file on my
  655.     disk(s) just because I make one little mistake on the command
  656.     line!!)   If you prefer to have the shell handle the file
  657.     deletions, use "erase *" or "delete *".
  658.  
  659.     You can't do "-cdel*" along with "-l".  If you have given the
  660.     -l switch, the '*" is replaced with the complete filename of
  661.     the archive (.ZIP, .LZH, .ARJ), a space, and then the
  662.     filename.
  663.  
  664.     Examples:
  665.         -c"type *"    -- type each matching file
  666.         -c"more <*"    -- ditto, with a pause for each page
  667.         -c"copy * a:\"    -- copy each matching file to A:
  668.         -c"set"        -- display the environment at each
  669.                    matching file.
  670.         -c"pkunzip *"    -- extract matching files from a ZIP
  671.                    archive.
  672.  
  673.  
  674.  
  675.  
  676.  
  677.     Coming Attractions
  678.     ------------------
  679.     An interactive screen interface.
  680.     It will gather the file names instead of just printing them
  681.     out.  Then you will be able to sort by name, extent, disk,
  682.     date, size.  You'll also be able to tag files and delete, copy,
  683.     move them, and find duplicates.
  684.     Plus other things I think of, or get suggested.
  685.  
  686.     This is shareware, so I'm probably more interested and 
  687.     receptive in hearing comments and suggestions than a commercial 
  688.     software publisher would be.  Just send them in, or give me a 
  689.     call.  I can't promise to fix bugs, or add specific features, 
  690.     but I'll listen to everything.  Even if you're cheap and 
  691.     haven't registered.
  692.  
  693.     
  694.     BBS Support & New Versions
  695.     --------------------------
  696.     There is no "official" support BBS.  However, I frequent a couple
  697.     of local BBS's:
  698.         Chicken Coop (708)658-1545   RIMENET =>THECOOP
  699.         Emporium     (708)551-4275   Fidonet 1:155/551
  700.         ??         (708)854-1696        
  701.         
  702.     Update History
  703.     --------------
  704.  
  705.     1.6
  706.     Initial public release
  707.  
  708.     1.7
  709.     Bug fixes
  710.  
  711.     1.8
  712.     Changed "-g" operation. Quit as soon as we hit the correct
  713.     one.  Sound an alarm bell when we set disk/directory.
  714.  
  715.     1.81 (not released)
  716.     * Fix for huge disks. I tested with 100+ MB disk, but failed
  717.     to test with a nearly full disk. Result=BUG!! -- (overflow in
  718.     intermediate calculation, converting cluster to sector
  719.     number.)  Thanks, Eddie, for running DOS 4.01 with one huge
  720.     >32MB partition--which all the gurus recommend against!
  721.  
  722.     1.9
  723.     * Fixed bug in handling full root directory.
  724.     * Changes in walking the directory tree.  Made it
  725.       non-recursive; changed the way I collect pathname to print.
  726.     * Added -c switch.
  727.     * Fix bug in handling a sub-directory that is exactly and
  728.       evenly full, with no next cluster.
  729.  
  730.     1.91
  731.     * Slightly faster
  732.     * Added -a switch
  733.  
  734.     2.00
  735.     * Slightly smaller and faster.
  736.     * Creeping featurism!!
  737.     * Added -l switch, to look inside archives
  738.     * Decided that the ability to look inside achives should
  739.       signify a new major version, so it's now 2.0
  740.  
  741.     2.1
  742.     * Mod for stacker container files.
  743.     * Speeded up some filename checks (2 times in some cases)
  744.  
  745.     2.2
  746.     * Better disk-name processing.  Added WIZ environment
  747.       variable.
  748.     * Fixed bug introduced in 1.9 on pattern matching of
  749.       directory-names, with dot in pattern & no extent.
  750.     * Reset counts at the start of each path.
  751.  
  752.     2.3
  753.     * Fixed matching of directory names (a very subtle bug!!)
  754.     * Added -z flag (for other programs to call WIZ).
  755.     * Changed -g0 to query at each matching file.
  756.     * Changed date format. Included seconds in the time.
  757.     * Added checking for the "other" floppy disk, if there is only
  758.       one configured on the computer.
  759.  
  760.     2.4
  761.     * Changed order of size/date/time to be in the same as DIR.
  762.     * Re-fixed bug in directory matching.  It was even more subtle
  763.       than I thought. 
  764.     * Removed seconds from the time.
  765.     * Added -b switch, to allow it to look at normal files, and
  766.       inside archives, on the same pass thru the disk(s).  This
  767.       was the single most requested modification.
  768.     * Added ability to recursively look in archives.
  769.     * If no pattern specified, but only switches, assume "*".
  770.     * Some more speed-up optimization; some minor bugs fixed,
  771.       including another one with HUGE disks.
  772.     * Added -m switch.
  773.     * Check for CTRL-BREAK flag (not CTRL-C!!), to bail out 
  774.       quickly.
  775.     
  776.     2.5
  777.     * Seems I made a "running release" of v2.4, (bad, bad me!)
  778.       This gets things back in sync.
  779.     * Allow missing default disk set in WIZ environment, and allow
  780.       "/foo" switches for RCD & WIZ.
  781.       
  782.     2.6
  783.     * Added check & error msg on disk error.
  784.     
  785.     2.7
  786.     * Added "today's date" options to the -d switch.
  787.     * Made it work for Novell & Lantastic networked drives.
  788.     * -n switch, to bypass networked drives.
  789.     * Added ability to limit the printout by directory-name.
  790.     * Added -e option.        
  791.     * Added support for DOS 6.0 "DBLSPACE"
  792.  
  793.  
  794.     ********
  795.     Programming notes (if anyone is interested):
  796.  
  797.     The way I scan thru the disk, it pretty much sweeps thru
  798.     the disk from front to back, without (much) hopping back &
  799.     forth.  So it scans the 1st cluster of ALL the directories
  800.     and sub-directories on the disk, then makes a pass thru the
  801.     FAT (from start to end within the FAT), and so on.
  802.  
  803.     This optimization of head movement really helps to speed it
  804.     up, especially if you don't have a fast disk.  The
  805.     unfortunate side effect is that it looks at a directory one
  806.     chunk at a time, interspersed with chunks of other
  807.     directories.  But it sure is fast!!
  808.  
  809.  
  810.  
  811.                            --------------------------
  812.                              INVOICE / REGISTRATION
  813.                            --------------------------
  814.  
  815.  
  816.  
  817.           Sold to: ___________________________________________________
  818.  
  819.                    ___________________________________________________
  820.  
  821.                    ___________________________________________________
  822.  
  823.  
  824.              Date: ______________________________
  825.  
  826.  
  827.           ============================================================
  828.  
  829.  
  830.     I will normally send you the latest version on 5 1/4" disk.
  831.     Add $2 for 3 1/2" disk. (Net $22)
  832.     Deduct $5 (per copy) if you DON'T want me to send you a disk!
  833.  
  834.           _____ copies of WIZ version 2.7 at $20 each $____________
  835.  
  836.           _____ copies of RCD version ___ at $20 each $____________
  837.  
  838.           _____ add $2 for 3.5" disk              $____________
  839.  
  840.       _____ deduct $5 per copy for no disk (net $15)
  841.  
  842.         DISCOUNT for registering both is
  843.         $5 off.                  ____________
  844.  
  845.  
  846.  
  847.                                 TOTAL ENCLOSED.......  $____________
  848.  
  849.       Where did you get your copy of WIZ?
  850.       Shareware distributor name:___________________
  851.       BBS name: ____________________
  852.       BBS phone #:  ____________________
  853.  
  854.  
  855.                       Send this invoice and your check to:
  856.  
  857.                 Ray Van Tassle
  858.                 1020 Fox Run Lane
  859.                 Algonquin, Il. 60102
  860.                 (708)-658-4941
  861.  
  862.  
  863.  
  864.  
  865.           =============================================================
  866.  
  867.           Thank you for your support ............... Ray Van Tassle
  868.  
  869.